home *** CD-ROM | disk | FTP | other *** search
- object StringsEditorForm: TStringsEditorForm
- Left = 192
- Top = 107
- Width = 362
- Height = 233
- Caption = 'Edit TStrings Property'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object memTStrings: TMemo
- Left = 8
- Top = 8
- Width = 337
- Height = 161
- ScrollBars = ssBoth
- TabOrder = 0
- end
- object btnOK: TButton
- Left = 184
- Top = 176
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 272
- Top = 176
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-